-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweaks to docs + wrap long lines + add function index #559
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 27 27
Lines 1269 1274 +5
=========================================
+ Hits 1269 1274 +5
|
@olivroy, I just merged your other PR into |
I will fetch locally to redocument |
…t is the norm in tidyverse packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, overall. I just have a few, minor comments.
thanks for the review! I addressed your comments |
@sfirke, this looks good to me. Are you good with merging it? |
# If no NA in 3rd variable, it doesn't appear in split list | ||
expect_equal(length(dplyr::starwars %>% | ||
dplyr::filter(species == "Human") %>% | ||
tabyl(eye_color, skin_color, gender, show_missing_levels = TRUE)), 2) | ||
|
||
# The starwars data set changed in dplyr v 1.0.0 so have two blocks of tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job removing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is great, thanks @olivroy and thanks also @billdenney for the review and questions! |
Just a few minor edits to the docs of deprecated functions. Adding hyperlinks to the new functions.
Ref: https://roxygen2.r-lib.org/articles/rd-formatting.html?q=link#function-links
Edit: I added a few more tweaks to docs to ensure that long lines are wrapped, links are present.
Edit2: since this PR mostly makes changes to docs, you may want to take a look at the .Rd diffs.